var error_msg_1919 = ""; function validate_email_1919(mail) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(mail)) { return (true); } error_msg_1919 = "Имэйл хаягаа зөв оруулна уу"; return (false); } function getCookie_1919(cname) { var name_1919 = cname + "="; var decodedCookie_1919 = decodeURIComponent(document.cookie); var ca_1919 = decodedCookie_1919.split(';'); for(var i = 0; i < ca_1919.length; i++) { var c_1919 = ca_1919[i]; while (c_1919.charAt(0) == ' ') { c_1919 = c_1919.substring(1); } if (c_1919.indexOf(name_1919) == 0) { return c_1919.substring(name_1919.length, c_1919.length); } } return ""; } function subscribe_submit_1919(){ var form_1919 = document.querySelector('#subscribe-form-1919'); var data_1919 = new FormData(form_1919); var url_1919 = "/api.php/subscription/save?site_id=1259&id=1919" + '&cookie_id=' + getCookie_1919("cookie_id") + '&short_cookie_id=' + getCookie_1919("short_cookie_id"); var xhr_1919 = new XMLHttpRequest(); if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xhr_1919 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xhr_1919 = new ActiveXObject("Microsoft.XMLHTTP"); } xhr_1919.open('POST', url_1919, true); xhr_1919.onload = function () { /* do something to response */ console.log(this.responseText); document.getElementById("subscription-form-container-1919").innerHTML = this.responseText; }; var valid_1919 = 1; if(form_1919.querySelector('input[name="subscriber[name]"]')){ if(form_1919.querySelector('input[name="subscriber[name]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscriber[name]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('input[name="subscriber[email]"]')){ if(form_1919.querySelector('input[name="subscriber[email]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscriber[email]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('input[name="subscriber[phone]"]')){ if(form_1919.querySelector('input[name="subscriber[phone]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscriber[phone]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('input[name="subscription[company_name]"]')){ if(form_1919.querySelector('input[name="subscription[company_name]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscription[company_name]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('input[name="subscription[company_position]"]')){ if(form_1919.querySelector('input[name="subscription[company_position]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscription[company_position]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('input[name="subscription[title]"]')){ if(form_1919.querySelector('input[name="subscription[title]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('input[name="subscription[title]"]').setAttribute("style", "border-color: red;"); } } if(form_1919.querySelector('textarea[name="subscription[body]"]')){ if(form_1919.querySelector('textarea[name="subscription[body]"]').value.trim().length > 0){ }else{ valid_1919 = 0; form_1919.querySelector('textarea[name="subscription[body]"]').setAttribute("style", "border-color: red;"); } } if(valid_1919 == 0){ error_msg_1919 = "Талбаруудыг бүрэн бөглөнө үү!"; } if(!validate_email_1919(form_1919.querySelector('input[name="subscriber[email]"]').value)){ form_1919.querySelector('input[name="subscriber[email]"]').style="border-color: red;"; valid_1919 = 0; }else{ } if(valid_1919){ document.querySelector('#subscribe-form-1919').style.display = "none"; document.querySelector('#subscription-form-loading-1919').style.display = "inline"; xhr_1919.send(data_1919); }else{ alert(error_msg_1919); } } // function postRequest_1919(strURL) { var xmlHttp_1919; if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xmlHttp_1919 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xmlHttp_1919 = new ActiveXObject("Microsoft.XMLHTTP"); } xmlHttp_1919.open('POST', strURL, true); xmlHttp_1919.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttp_1919.onreadystatechange = function() { if (xmlHttp_1919.readyState == 4) { updatepage_1919(xmlHttp_1919.responseText); } } xmlHttp_1919.send(strURL); } // function updatepage_1919(str){ document.getElementById("subscription-form-container-1919").innerHTML = str; } //'//prosoft.mn' + var get_url_1919 = '/api.php/subscription/renderform?site_id=1259' + '&id=1919' + '&placeholder[subscriber][name]=Нэр&placeholder[subscriber][email]=Имэйл хаяг&placeholder[subscriber][phone]=Утас&placeholder[subscription][company_name]=Компани нэр&placeholder[subscription][company_position]=Албан тушаал&placeholder[subscription][body]=Санал хүсэлт&label[subscriber][name]=Нэр&label[subscriber][email]=Имэйл хаяг&label[subscriber][phone]=Утас&label[subscription][company_name]=Компани нэр&label[subscription][company_position]=Албан тушаал&label[subscription][body]=Санал хүсэлт&send=Хүсэлт илгээх' ; postRequest_1919(get_url_1919);